home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
YERK
/
SUPPLEME
/
UNSUPPOR
/
OPTIONAL
/
LBUG
< prev
next >
Wrap
Text File
|
1985-07-25
|
561b
|
38 lines
0 value dlevel
: (val")
r> dup 4+ >r @ count $ 3F and type 32 emit 32 emit
r> dup count + align >r count type
dup .
cr
;
: val" ( -- )
dlevel
IF
compile (val")
latest ,
word" c@ 1+ align allot
ELSE
word" drop
THEN
; immediate
: (msg")
r> dup 4+ >r @ count $ 3F and type 32 emit 32 emit
r> dup count + align >r count type
cr
;
: msg"
dlevel
IF
compile (msg")
latest ,
word" c@ 1+ align allot
ELSE
word" drop
THEN
; immediate